• frmSalesRecord2.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSalesRecord2
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSalesRecord2));
33             
this.TabControl1 = new System.Windows.Forms.TabControl();
34             
this.TabPage1 = new System.Windows.Forms.TabPage();
35             
this.label9 = new System.Windows.Forms.Label();
36             
this.GroupBox3 = new System.Windows.Forms.GroupBox();
37             
this.TextBox3 = new System.Windows.Forms.TextBox();
38             
this.TextBox2 = new System.Windows.Forms.TextBox();
39             
this.TextBox1 = new System.Windows.Forms.TextBox();
40             
this.Label5 = new System.Windows.Forms.Label();
41             
this.Label1 = new System.Windows.Forms.Label();
42             
this.Label2 = new System.Windows.Forms.Label();
43             
this.DataGridView1 = new System.Windows.Forms.DataGridView();
44             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
45             
this.button8 = new System.Windows.Forms.Button();
46             
this.Button3 = new System.Windows.Forms.Button();
47             
this.Button1 = new System.Windows.Forms.Button();
48             
this.Button2 = new System.Windows.Forms.Button();
49             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
50             
this.dtpInvoiceDateTo = new System.Windows.Forms.DateTimePicker();
51             
this.dtpInvoiceDateFrom = new System.Windows.Forms.DateTimePicker();
52             
this.Label3 = new System.Windows.Forms.Label();
53             
this.Label4 = new System.Windows.Forms.Label();
54             
this.TabPage3 = new System.Windows.Forms.TabPage();
55             
this.GroupBox4 = new System.Windows.Forms.GroupBox();
56             
this.TextBox4 = new System.Windows.Forms.TextBox();
57             
this.TextBox5 = new System.Windows.Forms.TextBox();
58             
this.TextBox6 = new System.Windows.Forms.TextBox();
59             
this.Label6 = new System.Windows.Forms.Label();
60             
this.Label7 = new System.Windows.Forms.Label();
61             
this.Label8 = new System.Windows.Forms.Label();
62             
this.DataGridView3 = new System.Windows.Forms.DataGridView();
63             
this.GroupBox8 = new System.Windows.Forms.GroupBox();
64             
this.button10 = new System.Windows.Forms.Button();
65             
this.Button7 = new System.Windows.Forms.Button();
66             
this.Button9 = new System.Windows.Forms.Button();
67             
this.GroupBox9 = new System.Windows.Forms.GroupBox();
68             
this.cmbCustomerName = new System.Windows.Forms.ComboBox();
69             
this.Label16 = new System.Windows.Forms.Label();
70             
this.TabPage2 = new System.Windows.Forms.TabPage();
71             
this.GroupBox10 = new System.Windows.Forms.GroupBox();
72             
this.TextBox10 = new System.Windows.Forms.TextBox();
73             
this.TextBox11 = new System.Windows.Forms.TextBox();
74             
this.TextBox12 = new System.Windows.Forms.TextBox();
75             
this.Label14 = new System.Windows.Forms.Label();
76             
this.Label15 = new System.Windows.Forms.Label();
77             
this.Label17 = new System.Windows.Forms.Label();
78             
this.DataGridView2 = new System.Windows.Forms.DataGridView();
79             
this.GroupBox7 = new System.Windows.Forms.GroupBox();
80             
this.button11 = new System.Windows.Forms.Button();
81             
this.Button4 = new System.Windows.Forms.Button();
82             
this.Button5 = new System.Windows.Forms.Button();
83             
this.Button6 = new System.Windows.Forms.Button();
84             
this.GroupBox6 = new System.Windows.Forms.GroupBox();
85             
this.DateTimePicker1 = new System.Windows.Forms.DateTimePicker();
86             
this.DateTimePicker2 = new System.Windows.Forms.DateTimePicker();
87             
this.Label12 = new System.Windows.Forms.Label();
88             
this.Label13 = new System.Windows.Forms.Label();
89             
this.timer1 = new System.Windows.Forms.Timer(this.components);
90             
this.TabControl1.SuspendLayout();
91             
this.TabPage1.SuspendLayout();
92             
this.GroupBox3.SuspendLayout();
93             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).BeginInit();
94             
this.GroupBox2.SuspendLayout();
95             
this.GroupBox1.SuspendLayout();
96             
this.TabPage3.SuspendLayout();
97             
this.GroupBox4.SuspendLayout();
98             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).BeginInit();
99             
this.GroupBox8.SuspendLayout();
100             
this.GroupBox9.SuspendLayout();
101             
this.TabPage2.SuspendLayout();
102             
this.GroupBox10.SuspendLayout();
103             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView2)).BeginInit();
104             
this.GroupBox7.SuspendLayout();
105             
this.GroupBox6.SuspendLayout();
106             
this.SuspendLayout();
107             
//
108             
// TabControl1
109             
//
110             
this.TabControl1.Controls.Add(this.TabPage1);
111             
this.TabControl1.Controls.Add(this.TabPage3);
112             
this.TabControl1.Controls.Add(this.TabPage2);
113             
this.TabControl1.Location = new System.Drawing.Point(-1, 0);
114             
this.TabControl1.Name = "TabControl1";
115             
this.TabControl1.SelectedIndex = 0;
116             
this.TabControl1.Size = new System.Drawing.Size(1312, 665);
117             
this.TabControl1.TabIndex = 1;
118             
this.TabControl1.Click += new System.EventHandler(this.TabControl1_Click);
119             
//
120             
// TabPage1
121             
//
122             
this.TabPage1.Controls.Add(this.label9);
123             
this.TabPage1.Controls.Add(this.GroupBox3);
124             
this.TabPage1.Controls.Add(this.DataGridView1);
125             
this.TabPage1.Controls.Add(this.GroupBox2);
126             
this.TabPage1.Controls.Add(this.GroupBox1);
127             
this.TabPage1.Location = new System.Drawing.Point(4, 26);
128             
this.TabPage1.Name = "TabPage1";
129             
this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
130             
this.TabPage1.Size = new System.Drawing.Size(1304, 635);
131             
this.TabPage1.TabIndex = 0;
132             
this.TabPage1.Text = "By Order Date";
133             
this.TabPage1.UseVisualStyleBackColor = true;
134             
//
135             
// label9
136             
//
137             
this.label9.AutoSize = true;
138             
this.label9.Location = new System.Drawing.Point(915, 33);
139             
this.label9.Name = "label9";
140             
this.label9.Size = new System.Drawing.Size(39, 17);
141             
this.label9.TabIndex = 22;
142             
this.label9.Text = "label9";
143             
this.label9.Visible = false;
144             
//
145             
// GroupBox3
146             
//
147             
this.GroupBox3.Controls.Add(this.TextBox3);
148             
this.GroupBox3.Controls.Add(this.TextBox2);
149             
this.GroupBox3.Controls.Add(this.TextBox1);
150             
this.GroupBox3.Controls.Add(this.Label5);
151             
this.GroupBox3.Controls.Add(this.Label1);
152             
this.GroupBox3.Controls.Add(this.Label2);
153             
this.GroupBox3.Location = new System.Drawing.Point(791, 132);
154             
this.GroupBox3.Name = "GroupBox3";
155             
this.GroupBox3.Size = new System.Drawing.Size(265, 142);
156             
this.GroupBox3.TabIndex = 21;
157             
this.GroupBox3.TabStop = false;
158             
this.GroupBox3.Text = "Total";
159             
this.GroupBox3.Visible = false;
160             
//
161             
// TextBox3
162             
//
163             
this.TextBox3.Location = new System.Drawing.Point(127, 99);
164             
this.TextBox3.Name = "TextBox3";
165             
this.TextBox3.Size = new System.Drawing.Size(124, 24);
166             
this.TextBox3.TabIndex = 25;
167             
//
168             
// TextBox2
169             
//
170             
this.TextBox2.Location = new System.Drawing.Point(127, 62);
171             
this.TextBox2.Name = "TextBox2";
172             
this.TextBox2.Size = new System.Drawing.Size(124, 24);
173             
this.TextBox2.TabIndex = 25;
174             
//
175             
// TextBox1
176             
//
177             
this.TextBox1.Location = new System.Drawing.Point(127, 26);
178             
this.TextBox1.Name = "TextBox1";
179             
this.TextBox1.Size = new System.Drawing.Size(124, 24);
180             
this.TextBox1.TabIndex = 24;
181             
//
182             
// Label5
183             
//
184             
this.Label5.AutoSize = true;
185             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186             
this.Label5.Location = new System.Drawing.Point(18, 102);
187             
this.Label5.Name = "Label5";
188             
this.Label5.Size = new System.Drawing.Size(90, 18);
189             
this.Label5.TabIndex = 23;
190             
this.Label5.Text = "Due Payment";
191             
//
192             
// Label1
193             
//
194             
this.Label1.AutoSize = true;
195             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.Label1.Location = new System.Drawing.Point(18, 66);
197             
this.Label1.Name = "Label1";
198             
this.Label1.Size = new System.Drawing.Size(96, 18);
199             
this.Label1.TabIndex = 23;
200             
this.Label1.Text = "Total Payment";
201             
//
202             
// Label2
203             
//
204             
this.Label2.AutoSize = true;
205             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
206             
this.Label2.Location = new System.Drawing.Point(18, 31);
207             
this.Label2.Name = "Label2";
208             
this.Label2.Size = new System.Drawing.Size(58, 18);
209             
this.Label2.TabIndex = 22;
210             
this.Label2.Text = "Amount";
211             
//
212             
// DataGridView1
213             
//
214             
this.DataGridView1.AllowUserToAddRows = false;
215             
this.DataGridView1.AllowUserToDeleteRows = false;
216             
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
217             
this.DataGridView1.Location = new System.Drawing.Point(8, 99);
218             
this.DataGridView1.MultiSelect = false;
219             
this.DataGridView1.Name = "DataGridView1";
220             
this.DataGridView1.ReadOnly = true;
221             
this.DataGridView1.Size = new System.Drawing.Size(777, 254);
222             
this.DataGridView1.TabIndex = 20;
223             
this.DataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView1_RowPostPaint);
224             
//
225             
// GroupBox2
226             
//
227             
this.GroupBox2.Controls.Add(this.button8);
228             
this.GroupBox2.Controls.Add(this.Button3);
229             
this.GroupBox2.Controls.Add(this.Button1);
230             
this.GroupBox2.Controls.Add(this.Button2);
231             
this.GroupBox2.Location = new System.Drawing.Point(354, 7);
232             
this.GroupBox2.Name = "GroupBox2";
233             
this.GroupBox2.Size = new System.Drawing.Size(431, 87);
234             
this.GroupBox2.TabIndex = 19;
235             
this.GroupBox2.TabStop = false;
236             
//
237             
// button8
238             
//
239             
this.button8.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
240             
this.button8.Location = new System.Drawing.Point(318, 26);
241             
this.button8.Name = "button8";
242             
this.button8.Size = new System.Drawing.Size(94, 40);
243             
this.button8.TabIndex = 23;
244             
this.button8.Text = "&View Report";
245             
this.button8.UseVisualStyleBackColor = true;
246             
this.button8.Click += new System.EventHandler(this.button8_Click);
247             
//
248             
// Button3
249             
//
250             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
251             
this.Button3.Location = new System.Drawing.Point(218, 26);
252             
this.Button3.Name = "Button3";
253             
this.Button3.Size = new System.Drawing.Size(94, 40);
254             
this.Button3.TabIndex = 2;
255             
this.Button3.Text = "&Export Excel";
256             
this.Button3.UseVisualStyleBackColor = true;
257             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
258             
//
259             
// Button1
260             
//
261             
this.Button1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
262             
this.Button1.Location = new System.Drawing.Point(18, 26);
263             
this.Button1.Name = "Button1";
264             
this.Button1.Size = new System.Drawing.Size(94, 40);
265             
this.Button1.TabIndex = 0;
266             
this.Button1.Text = "&Get Data";
267             
this.Button1.UseVisualStyleBackColor = true;
268             
this.Button1.Click += new System.EventHandler(this.Button1_Click);
269             
//
270             
// Button2
271             
//
272             
this.Button2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
273             
this.Button2.Location = new System.Drawing.Point(118, 26);
274             
this.Button2.Name = "Button2";
275             
this.Button2.Size = new System.Drawing.Size(94, 40);
276             
this.Button2.TabIndex = 1;
277             
this.Button2.Text = "&Reset";
278             
this.Button2.UseVisualStyleBackColor = true;
279             
this.Button2.Click += new System.EventHandler(this.Button2_Click);
280             
//
281             
// GroupBox1
282             
//
283             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateTo);
284             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateFrom);
285             
this.GroupBox1.Controls.Add(this.Label3);
286             
this.GroupBox1.Controls.Add(this.Label4);
287             
this.GroupBox1.Location = new System.Drawing.Point(8, 6);
288             
this.GroupBox1.Name = "GroupBox1";
289             
this.GroupBox1.Size = new System.Drawing.Size(331, 87);
290             
this.GroupBox1.TabIndex = 18;
291             
this.GroupBox1.TabStop = false;
292             
//
293             
// dtpInvoiceDateTo
294             
//
295             
this.dtpInvoiceDateTo.CustomFormat = "dd/MMM/yyyy";
296             
this.dtpInvoiceDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
297             
this.dtpInvoiceDateTo.Location = new System.Drawing.Point(190, 42);
298             
this.dtpInvoiceDateTo.Name = "dtpInvoiceDateTo";
299             
this.dtpInvoiceDateTo.Size = new System.Drawing.Size(120, 24);
300             
this.dtpInvoiceDateTo.TabIndex = 107;
301             
//
302             
// dtpInvoiceDateFrom
303             
//
304             
this.dtpInvoiceDateFrom.CustomFormat = "dd/MMM/yyyy";
305             
this.dtpInvoiceDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
306             
this.dtpInvoiceDateFrom.Location = new System.Drawing.Point(24, 42);
307             
this.dtpInvoiceDateFrom.Name = "dtpInvoiceDateFrom";
308             
this.dtpInvoiceDateFrom.Size = new System.Drawing.Size(120, 24);
309             
this.dtpInvoiceDateFrom.TabIndex = 106;
310             
//
311             
// Label3
312             
//
313             
this.Label3.AutoSize = true;
314             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
315             
this.Label3.Location = new System.Drawing.Point(20, 18);
316             
this.Label3.Name = "Label3";
317             
this.Label3.Size = new System.Drawing.Size(47, 21);
318             
this.Label3.TabIndex = 9;
319             
this.Label3.Text = "From";
320             
//
321             
// Label4
322             
//
323             
this.Label4.AutoSize = true;
324             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
325             
this.Label4.Location = new System.Drawing.Point(186, 18);
326             
this.Label4.Name = "Label4";
327             
this.Label4.Size = new System.Drawing.Size(28, 21);
328             
this.Label4.TabIndex = 10;
329             
this.Label4.Text = "To";
330             
//
331             
// TabPage3
332             
//
333             
this.TabPage3.Controls.Add(this.GroupBox4);
334             
this.TabPage3.Controls.Add(this.DataGridView3);
335             
this.TabPage3.Controls.Add(this.GroupBox8);
336             
this.TabPage3.Controls.Add(this.GroupBox9);
337             
this.TabPage3.Location = new System.Drawing.Point(4, 26);
338             
this.TabPage3.Name = "TabPage3";
339             
this.TabPage3.Padding = new System.Windows.Forms.Padding(3);
340             
this.TabPage3.Size = new System.Drawing.Size(1304, 635);
341             
this.TabPage3.TabIndex = 2;
342             
this.TabPage3.Text = "By Customer";
343             
this.TabPage3.UseVisualStyleBackColor = true;
344             
//
345             
// GroupBox4
346             
//
347             
this.GroupBox4.Controls.Add(this.TextBox4);
348             
this.GroupBox4.Controls.Add(this.TextBox5);
349             
this.GroupBox4.Controls.Add(this.TextBox6);
350             
this.GroupBox4.Controls.Add(this.Label6);
351             
this.GroupBox4.Controls.Add(this.Label7);
352             
this.GroupBox4.Controls.Add(this.Label8);
353             
this.GroupBox4.Location = new System.Drawing.Point(1029, 91);
354             
this.GroupBox4.Name = "GroupBox4";
355             
this.GroupBox4.Size = new System.Drawing.Size(267, 142);
356             
this.GroupBox4.TabIndex = 29;
357             
this.GroupBox4.TabStop = false;
358             
this.GroupBox4.Text = "Total";
359             
this.GroupBox4.Visible = false;
360             
//
361             
// TextBox4
362             
//
363             
this.TextBox4.Location = new System.Drawing.Point(127, 99);
364             
this.TextBox4.Name = "TextBox4";
365             
this.TextBox4.Size = new System.Drawing.Size(125, 24);
366             
this.TextBox4.TabIndex = 25;
367             
//
368             
// TextBox5
369             
//
370             
this.TextBox5.Location = new System.Drawing.Point(127, 62);
371             
this.TextBox5.Name = "TextBox5";
372             
this.TextBox5.Size = new System.Drawing.Size(125, 24);
373             
this.TextBox5.TabIndex = 25;
374             
//
375             
// TextBox6
376             
//
377             
this.TextBox6.Location = new System.Drawing.Point(127, 25);
378             
this.TextBox6.Name = "TextBox6";
379             
this.TextBox6.Size = new System.Drawing.Size(125, 24);
380             
this.TextBox6.TabIndex = 24;
381             
//
382             
// Label6
383             
//
384             
this.Label6.AutoSize = true;
385             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
386             
this.Label6.Location = new System.Drawing.Point(18, 102);
387             
this.Label6.Name = "Label6";
388             
this.Label6.Size = new System.Drawing.Size(90, 18);
389             
this.Label6.TabIndex = 23;
390             
this.Label6.Text = "Due Payment";
391             
//
392             
// Label7
393             
//
394             
this.Label7.AutoSize = true;
395             
this.Label7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
396             
this.Label7.Location = new System.Drawing.Point(18, 66);
397             
this.Label7.Name = "Label7";
398             
this.Label7.Size = new System.Drawing.Size(96, 18);
399             
this.Label7.TabIndex = 23;
400             
this.Label7.Text = "Total Payment";
401             
//
402             
// Label8
403             
//
404             
this.Label8.AutoSize = true;
405             
this.Label8.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
406             
this.Label8.Location = new System.Drawing.Point(18, 31);
407             
this.Label8.Name = "Label8";
408             
this.Label8.Size = new System.Drawing.Size(58, 18);
409             
this.Label8.TabIndex = 22;
410             
this.Label8.Text = "Amount";
411             
//
412             
// DataGridView3
413             
//
414             
this.DataGridView3.AllowUserToAddRows = false;
415             
this.DataGridView3.AllowUserToDeleteRows = false;
416             
this.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
417             
this.DataGridView3.Location = new System.Drawing.Point(6, 99);
418             
this.DataGridView3.MultiSelect = false;
419             
this.DataGridView3.Name = "DataGridView3";
420             
this.DataGridView3.ReadOnly = true;
421             
this.DataGridView3.Size = new System.Drawing.Size(1017, 540);
422             
this.DataGridView3.TabIndex = 28;
423             
this.DataGridView3.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView3_RowPostPaint);
424             
//
425             
// GroupBox8
426             
//
427             
this.GroupBox8.Controls.Add(this.button10);
428             
this.GroupBox8.Controls.Add(this.Button7);
429             
this.GroupBox8.Controls.Add(this.Button9);
430             
this.GroupBox8.Location = new System.Drawing.Point(354, 7);
431             
this.GroupBox8.Name = "GroupBox8";
432             
this.GroupBox8.Size = new System.Drawing.Size(329, 87);
433             
this.GroupBox8.TabIndex = 26;
434             
this.GroupBox8.TabStop = false;
435             
//
436             
// button10
437             
//
438             
this.button10.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
439             
this.button10.Location = new System.Drawing.Point(219, 29);
440             
this.button10.Name = "button10";
441             
this.button10.Size = new System.Drawing.Size(94, 40);
442             
this.button10.TabIndex = 30;
443             
this.button10.Text = "&View Report";
444             
this.button10.UseVisualStyleBackColor = true;
445             
this.button10.Click += new System.EventHandler(this.button10_Click);
446             
//
447             
// Button7
448             
//
449             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
450             
this.Button7.Location = new System.Drawing.Point(119, 29);
451             
this.Button7.Name = "Button7";
452             
this.Button7.Size = new System.Drawing.Size(94, 40);
453             
this.Button7.TabIndex = 2;
454             
this.Button7.Text = "&Export Excel";
455             
this.Button7.UseVisualStyleBackColor = true;
456             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
457             
//
458             
// Button9
459             
//
460             
this.Button9.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
461             
this.Button9.Location = new System.Drawing.Point(19, 29);
462             
this.Button9.Name = "Button9";
463             
this.Button9.Size = new System.Drawing.Size(94, 40);
464             
this.Button9.TabIndex = 1;
465             
this.Button9.Text = "&Reset";
466             
this.Button9.UseVisualStyleBackColor = true;
467             
this.Button9.Click += new System.EventHandler(this.Button9_Click);
468             
//
469             
// GroupBox9
470             
//
471             
this.GroupBox9.Controls.Add(this.cmbCustomerName);
472             
this.GroupBox9.Controls.Add(this.Label16);
473             
this.GroupBox9.Location = new System.Drawing.Point(8, 6);
474             
this.GroupBox9.Name = "GroupBox9";
475             
this.GroupBox9.Size = new System.Drawing.Size(340, 87);
476             
this.GroupBox9.TabIndex = 25;
477             
this.GroupBox9.TabStop = false;
478             
//
479             
// cmbCustomerName
480             
//
481             
this.cmbCustomerName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
482             
this.cmbCustomerName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
483             
this.cmbCustomerName.FormattingEnabled = true;
484             
this.cmbCustomerName.Location = new System.Drawing.Point(24, 45);
485             
this.cmbCustomerName.Name = "cmbCustomerName";
486             
this.cmbCustomerName.Size = new System.Drawing.Size(301, 25);
487             
this.cmbCustomerName.TabIndex = 25;
488             
this.cmbCustomerName.SelectedIndexChanged += new System.EventHandler(this.cmbCustomerName_SelectedIndexChanged);
489             
this.cmbCustomerName.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.cmbCustomerName_Format);
490             
//
491             
// Label16
492             
//
493             
this.Label16.AutoSize = true;
494             
this.Label16.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
495             
this.Label16.Location = new System.Drawing.Point(20, 18);
496             
this.Label16.Name = "Label16";
497             
this.Label16.Size = new System.Drawing.Size(107, 18);
498             
this.Label16.TabIndex = 9;
499             
this.Label16.Text = "Customer Name";
500             
//
501             
// TabPage2
502             
//
503             
this.TabPage2.Controls.Add(this.GroupBox10);
504             
this.TabPage2.Controls.Add(this.DataGridView2);
505             
this.TabPage2.Controls.Add(this.GroupBox7);
506             
this.TabPage2.Controls.Add(this.GroupBox6);
507             
this.TabPage2.Location = new System.Drawing.Point(4, 26);
508             
this.TabPage2.Name = "TabPage2";
509             
this.TabPage2.Padding = new System.Windows.Forms.Padding(3);
510             
this.TabPage2.Size = new System.Drawing.Size(1304, 635);
511             
this.TabPage2.TabIndex = 4;
512             
this.TabPage2.Text = "By Payment Due";
513             
this.TabPage2.UseVisualStyleBackColor = true;
514             
//
515             
// GroupBox10
516             
//
517             
this.GroupBox10.Controls.Add(this.TextBox10);
518             
this.GroupBox10.Controls.Add(this.TextBox11);
519             
this.GroupBox10.Controls.Add(this.TextBox12);
520             
this.GroupBox10.Controls.Add(this.Label14);
521             
this.GroupBox10.Controls.Add(this.Label15);
522             
this.GroupBox10.Controls.Add(this.Label17);
523             
this.GroupBox10.Location = new System.Drawing.Point(1031, 92);
524             
this.GroupBox10.Name = "GroupBox10";
525             
this.GroupBox10.Size = new System.Drawing.Size(265, 142);
526             
this.GroupBox10.TabIndex = 22;
527             
this.GroupBox10.TabStop = false;
528             
this.GroupBox10.Text = "Total";
529             
this.GroupBox10.Visible = false;
530             
//
531             
// TextBox10
532             
//
533             
this.TextBox10.Location = new System.Drawing.Point(127, 99);
534             
this.TextBox10.Name = "TextBox10";
535             
this.TextBox10.Size = new System.Drawing.Size(123, 24);
536             
this.TextBox10.TabIndex = 25;
537             
//
538             
// TextBox11
539             
//
540             
this.TextBox11.Location = new System.Drawing.Point(127, 62);
541             
this.TextBox11.Name = "TextBox11";
542             
this.TextBox11.Size = new System.Drawing.Size(123, 24);
543             
this.TextBox11.TabIndex = 25;
544             
//
545             
// TextBox12
546             
//
547             
this.TextBox12.Location = new System.Drawing.Point(127, 26);
548             
this.TextBox12.Name = "TextBox12";
549             
this.TextBox12.Size = new System.Drawing.Size(123, 24);
550             
this.TextBox12.TabIndex = 24;
551             
//
552             
// Label14
553             
//
554             
this.Label14.AutoSize = true;
555             
this.Label14.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
556             
this.Label14.Location = new System.Drawing.Point(18, 102);
557             
this.Label14.Name = "Label14";
558             
this.Label14.Size = new System.Drawing.Size(90, 18);
559             
this.Label14.TabIndex = 23;
560             
this.Label14.Text = "Due Payment";
561             
//
562             
// Label15
563             
//
564             
this.Label15.AutoSize = true;
565             
this.Label15.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
566             
this.Label15.Location = new System.Drawing.Point(18, 66);
567             
this.Label15.Name = "Label15";
568             
this.Label15.Size = new System.Drawing.Size(96, 18);
569             
this.Label15.TabIndex = 23;
570             
this.Label15.Text = "Total Payment";
571             
//
572             
// Label17
573             
//
574             
this.Label17.AutoSize = true;
575             
this.Label17.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
576             
this.Label17.Location = new System.Drawing.Point(18, 31);
577             
this.Label17.Name = "Label17";
578             
this.Label17.Size = new System.Drawing.Size(58, 18);
579             
this.Label17.TabIndex = 22;
580             
this.Label17.Text = "Amount";
581             
//
582             
// DataGridView2
583             
//
584             
this.DataGridView2.AllowUserToAddRows = false;
585             
this.DataGridView2.AllowUserToDeleteRows = false;
586             
this.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
587             
this.DataGridView2.Location = new System.Drawing.Point(8, 99);
588             
this.DataGridView2.MultiSelect = false;
589             
this.DataGridView2.Name = "DataGridView2";
590             
this.DataGridView2.ReadOnly = true;
591             
this.DataGridView2.Size = new System.Drawing.Size(1017, 540);
592             
this.DataGridView2.TabIndex = 21;
593             
this.DataGridView2.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView2_RowPostPaint);
594             
//
595             
// GroupBox7
596             
//
597             
this.GroupBox7.Controls.Add(this.button11);
598             
this.GroupBox7.Controls.Add(this.Button4);
599             
this.GroupBox7.Controls.Add(this.Button5);
600             
this.GroupBox7.Controls.Add(this.Button6);
601             
this.GroupBox7.Location = new System.Drawing.Point(356, 6);
602             
this.GroupBox7.Name = "GroupBox7";
603             
this.GroupBox7.Size = new System.Drawing.Size(429, 87);
604             
this.GroupBox7.TabIndex = 20;
605             
this.GroupBox7.TabStop = false;
606             
//
607             
// button11
608             
//
609             
this.button11.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
610             
this.button11.Location = new System.Drawing.Point(318, 26);
611             
this.button11.Name = "button11";
612             
this.button11.Size = new System.Drawing.Size(94, 40);
613             
this.button11.TabIndex = 24;
614             
this.button11.Text = "&View Report";
615             
this.button11.UseVisualStyleBackColor = true;
616             
this.button11.Click += new System.EventHandler(this.button11_Click);
617             
//
618             
// Button4
619             
//
620             
this.Button4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
621             
this.Button4.Location = new System.Drawing.Point(218, 26);
622             
this.Button4.Name = "Button4";
623             
this.Button4.Size = new System.Drawing.Size(94, 40);
624             
this.Button4.TabIndex = 2;
625             
this.Button4.Text = "&Export Excel";
626             
this.Button4.UseVisualStyleBackColor = true;
627             
this.Button4.Click += new System.EventHandler(this.Button4_Click);
628             
//
629             
// Button5
630             
//
631             
this.Button5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
632             
this.Button5.Location = new System.Drawing.Point(18, 26);
633             
this.Button5.Name = "Button5";
634             
this.Button5.Size = new System.Drawing.Size(94, 40);
635             
this.Button5.TabIndex = 0;
636             
this.Button5.Text = "&Get Data";
637             
this.Button5.UseVisualStyleBackColor = true;
638             
this.Button5.Click += new System.EventHandler(this.Button5_Click);
639             
//
640             
// Button6
641             
//
642             
this.Button6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
643             
this.Button6.Location = new System.Drawing.Point(118, 26);
644             
this.Button6.Name = "Button6";
645             
this.Button6.Size = new System.Drawing.Size(94, 40);
646             
this.Button6.TabIndex = 1;
647             
this.Button6.Text = "&Reset";
648             
this.Button6.UseVisualStyleBackColor = true;
649             
this.Button6.Click += new System.EventHandler(this.Button6_Click);
650             
//
651             
// GroupBox6
652             
//
653             
this.GroupBox6.Controls.Add(this.DateTimePicker1);
654             
this.GroupBox6.Controls.Add(this.DateTimePicker2);
655             
this.GroupBox6.Controls.Add(this.Label12);
656             
this.GroupBox6.Controls.Add(this.Label13);
657             
this.GroupBox6.Location = new System.Drawing.Point(8, 6);
658             
this.GroupBox6.Name = "GroupBox6";
659             
this.GroupBox6.Size = new System.Drawing.Size(331, 87);
660             
this.GroupBox6.TabIndex = 19;
661             
this.GroupBox6.TabStop = false;
662             
//
663             
// DateTimePicker1
664             
//
665             
this.DateTimePicker1.CustomFormat = "dd/MMM/yyyy";
666             
this.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
667             
this.DateTimePicker1.Location = new System.Drawing.Point(190, 42);
668             
this.DateTimePicker1.Name = "DateTimePicker1";
669             
this.DateTimePicker1.Size = new System.Drawing.Size(120, 24);
670             
this.DateTimePicker1.TabIndex = 107;
671             
//
672             
// DateTimePicker2
673             
//
674             
this.DateTimePicker2.CustomFormat = "dd/MMM/yyyy";
675             
this.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
676             
this.DateTimePicker2.Location = new System.Drawing.Point(24, 42);
677             
this.DateTimePicker2.Name = "DateTimePicker2";
678             
this.DateTimePicker2.Size = new System.Drawing.Size(120, 24);
679             
this.DateTimePicker2.TabIndex = 106;
680             
//
681             
// Label12
682             
//
683             
this.Label12.AutoSize = true;
684             
this.Label12.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
685             
this.Label12.Location = new System.Drawing.Point(20, 18);
686             
this.Label12.Name = "Label12";
687             
this.Label12.Size = new System.Drawing.Size(47, 21);
688             
this.Label12.TabIndex = 9;
689             
this.Label12.Text = "From";
690             
//
691             
// Label13
692             
//
693             
this.Label13.AutoSize = true;
694             
this.Label13.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
695             
this.Label13.Location = new System.Drawing.Point(186, 18);
696             
this.Label13.Name = "Label13";
697             
this.Label13.Size = new System.Drawing.Size(28, 21);
698             
this.Label13.TabIndex = 10;
699             
this.Label13.Text = "To";
700             
//
701             
// timer1
702             
//
703             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
704             
//
705             
// frmSalesRecord2
706             
//
707             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
708             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
709             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
710             
this.ClientSize = new System.Drawing.Size(1073, 439);
711             
this.Controls.Add(this.TabControl1);
712             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
713             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
714             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
715             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
716             
this.MaximizeBox = false;
717             
this.Name = "frmSalesRecord2";
718             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
719             
this.Text = "Sales Record";
720             
this.Load += new System.EventHandler(this.frmSalesRecord_Load);
721             
this.TabControl1.ResumeLayout(false);
722             
this.TabPage1.ResumeLayout(false);
723             
this.TabPage1.PerformLayout();
724             
this.GroupBox3.ResumeLayout(false);
725             
this.GroupBox3.PerformLayout();
726             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).EndInit();
727             
this.GroupBox2.ResumeLayout(false);
728             
this.GroupBox1.ResumeLayout(false);
729             
this.GroupBox1.PerformLayout();
730             
this.TabPage3.ResumeLayout(false);
731             
this.GroupBox4.ResumeLayout(false);
732             
this.GroupBox4.PerformLayout();
733             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).EndInit();
734             
this.GroupBox8.ResumeLayout(false);
735             
this.GroupBox9.ResumeLayout(false);
736             
this.GroupBox9.PerformLayout();
737             
this.TabPage2.ResumeLayout(false);
738             
this.GroupBox10.ResumeLayout(false);
739             
this.GroupBox10.PerformLayout();
740             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView2)).EndInit();
741             
this.GroupBox7.ResumeLayout(false);
742             
this.GroupBox6.ResumeLayout(false);
743             
this.GroupBox6.PerformLayout();
744             
this.ResumeLayout(false);
745
746         }
747
748         
#endregion
749
750         
internal System.Windows.Forms.TabControl TabControl1;
751         
internal System.Windows.Forms.TabPage TabPage1;
752         
internal System.Windows.Forms.GroupBox GroupBox3;
753         
internal System.Windows.Forms.TextBox TextBox3;
754         
internal System.Windows.Forms.TextBox TextBox2;
755         
internal System.Windows.Forms.TextBox TextBox1;
756         
internal System.Windows.Forms.Label Label5;
757         
internal System.Windows.Forms.Label Label1;
758         
internal System.Windows.Forms.Label Label2;
759         
internal System.Windows.Forms.DataGridView DataGridView1;
760         
internal System.Windows.Forms.GroupBox GroupBox2;
761         
internal System.Windows.Forms.Button Button3;
762         
internal System.Windows.Forms.Button Button1;
763         
internal System.Windows.Forms.Button Button2;
764         
internal System.Windows.Forms.GroupBox GroupBox1;
765         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateTo;
766         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateFrom;
767         
internal System.Windows.Forms.Label Label3;
768         
internal System.Windows.Forms.Label Label4;
769         
internal System.Windows.Forms.TabPage TabPage3;
770         
internal System.Windows.Forms.GroupBox GroupBox4;
771         
internal System.Windows.Forms.TextBox TextBox4;
772         
internal System.Windows.Forms.TextBox TextBox5;
773         
internal System.Windows.Forms.TextBox TextBox6;
774         
internal System.Windows.Forms.Label Label6;
775         
internal System.Windows.Forms.Label Label7;
776         
internal System.Windows.Forms.Label Label8;
777         
internal System.Windows.Forms.DataGridView DataGridView3;
778         
internal System.Windows.Forms.GroupBox GroupBox8;
779         
internal System.Windows.Forms.Button Button7;
780         
internal System.Windows.Forms.Button Button9;
781         
internal System.Windows.Forms.GroupBox GroupBox9;
782         
internal System.Windows.Forms.ComboBox cmbCustomerName;
783         
internal System.Windows.Forms.Label Label16;
784         
internal System.Windows.Forms.TabPage TabPage2;
785         
internal System.Windows.Forms.GroupBox GroupBox10;
786         
internal System.Windows.Forms.TextBox TextBox10;
787         
internal System.Windows.Forms.TextBox TextBox11;
788         
internal System.Windows.Forms.TextBox TextBox12;
789         
internal System.Windows.Forms.Label Label14;
790         
internal System.Windows.Forms.Label Label15;
791         
internal System.Windows.Forms.Label Label17;
792         
internal System.Windows.Forms.DataGridView DataGridView2;
793         
internal System.Windows.Forms.GroupBox GroupBox7;
794         
internal System.Windows.Forms.Button Button4;
795         
internal System.Windows.Forms.Button Button5;
796         
internal System.Windows.Forms.Button Button6;
797         
internal System.Windows.Forms.GroupBox GroupBox6;
798         
internal System.Windows.Forms.DateTimePicker DateTimePicker1;
799         
internal System.Windows.Forms.DateTimePicker DateTimePicker2;
800         
internal System.Windows.Forms.Label Label12;
801         
internal System.Windows.Forms.Label Label13;
802         
public System.Windows.Forms.Label label9;
803         
internal System.Windows.Forms.Button button8;
804         
internal System.Windows.Forms.Button button10;
805         
internal System.Windows.Forms.Button button11;
806         
private System.Windows.Forms.Timer timer1;
807     }
808 }


Gõ tìm kiếm nhanh...